home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Source
/
Tree
/
treeobj
/
StarCoord.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-05-16
|
429 b
|
21 lines
/* StarCoord.h Copyright 1992 Steve Ludtke All Rights Reserved */
#import <objc/Object.h>
#import "gopher.h"
extern float frand(float lo, float hi);
@interface StarCoord:Object
{
id object; /* points back to the GopherObj */
}
/* required methods */
- start:(Root *) top :Pobject :(char *)path;
-setCoord:(Branch *) branch;
-preferences:sender;
-(char *)help:window :browser;
@end